home *** CD-ROM | disk | FTP | other *** search
- global cdvoume
-
- on exitFrame
- if sprite(43).movieRate = 1 then
- videovol = -50 + (cdvoume * 5)
- sprite(43).volume = cdvoume * 19
- else
- if the memberNum of sprite 43 <> 8 then
- set the memberNum of sprite 43 to 8
- end if
- set the volume of sound 1 to cdvoume * 19
- end if
- end
-